home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedsrc24.zip / EELIBSRC.ZIP / SAVE.BAT < prev    next >
DOS Batch File  |  1992-10-30  |  154b  |  9 lines

  1. echo off
  2. copy *.h a:\eelib
  3. copy *.c a:\eelib
  4. copy *.exe a:\eelib
  5. copy *.bat a:\eelib
  6. copy *.wp a:\eelib
  7. copy *.wp ..\eedoc
  8. copy makefile a:\eelib
  9.